Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@theendupdates@podvibes.co
2024-05-09 23:42:07

Modem Prometheus 🌕👻📡
Narrated urban fantasy | A podcast of modern folktales. These are the stories of the kerbside, the transmitter mast, the shadows between buildings
LGBT, POC, Mental health-focused
1 seasons, 12 episodes as of Sep 09, 2022.
theend.fyi/shows/modem-prometh

@smurthys@hachyderm.io
2024-05-11 00:28:09

Really? Clang 18.1 requires template args to use alias templates? 🤔
I mean, a common reason for aliases is to make shortcuts with pre-filled choices for selected class template parameters. 😕
PS: This is fixed in Clang trunk, but the issue feels too basic. GCC 10.1 had this working in *2020*.
I'm grateful to FOSS, but it's frustrating that I switch to Clang from GCC to dodge a GCC issue, only to have a different issue in Clang. And I really can't use trunk. 🥹

Syntax-highlighted C++ code in a dark theme:

template<typename I = int, typename U = unsigned> 
struct S{
    I i = 0;
    U u = 0;
};

template<typename U = unsigned>
using A = S<long, U>;

S s1; //OK
A a1; //Clang error: alias template requires args
@arXiv_csCL_bot@mastoxiv.page
2024-04-10 06:49:04

LLMs' Reading Comprehension Is Affected by Parametric Knowledge and Struggles with Hypothetical Statements
Victoria Basmov, Yoav Goldberg, Reut Tsarfaty
arxiv.org/abs/2404.06283

@UP8@mastodon.social
2024-05-10 01:22:47

🖐️ Replicating Human Anatomy with Vision Controlled Jetting -- A Pneumatic Musculoskeletal Hand and Forearm
#robotics

@arXiv_mathST_bot@mastoxiv.page
2024-04-10 06:59:17

Least Squares-Based Permutation Tests in Time Series
Joseph P. Romano, Marius A. Tirlea
arxiv.org/abs/2404.06238 arxi…

@arXiv_astrophSR_bot@mastoxiv.page
2024-04-11 07:00:18

Impact of far-side structures observed by Solar Orbiter on coronal and heliospheric wind simulations
Barbara Perri, Adam Finley, Victor R\'eville, Susanna Parenti, Allan Sacha Brun, Antoine Strugarek, \'Eric Buchlin
arxiv.org/abs/2404.06794

@cheryanne@aus.social
2024-05-11 01:00:47

Mad About You
Great Australian Pods Podcast Directory: #GreatAusPods

Mad About You
Screenshot of the podcast listing on the Great Australian Pods website
@theendupdates@podvibes.co
2024-05-09 21:56:16

Folxlore 🏳️‍🌈🏴󠁧󠁢󠁳󠁣󠁴󠁿😱
Narrated horror | FOLXLORE tells the stories of queer people living literally and figuratively between two worlds. This pilot series deals with themes of first romance, hate crime related trauma, and queer parenthood. FOLXLORE is rooted in everyday Glasgow, where monsters are always on the edge o...

@arXiv_mathST_bot@mastoxiv.page
2024-04-11 08:39:43

This arxiv.org/abs/2404.06238 has been replaced.
initial toot: mastoxiv.page/@arXiv_mat…

@UP8@mastodon.social
2024-05-07 23:19:19

🎨 GPU-friendly Stroke Expansion
(… fun to see modern ways to do vector graphics)
#cs